Represents a method that handles progress update events of an asynchronous action that provides progress updates.
public generic<typename TProgress>
delegate void AsyncActionProgressHandler`1(
IAsyncActionWithProgress<TProgress>^ asyncInfo,
TProgress progressInfo
)
TProgress
The progress information.
asyncInfo
Type: IAsyncActionWithProgress<TProgress>
The asynchronous action.
progressInfo
Type: TProgress
The progress information.
Namespace: Windows.Foundation
Metadata: windows.winmd